## # A tibble: 5 x 2
## season rating
## <dbl> <dbl>
## 1 3 8.82
## 2 2 8.69
## 3 1 8.57
## 4 4 8.37
## 5 5 7.76
Using the mean IMDB score of every episode we conclude that best season is 3 and the lowest ranked season is the fifth.
## name season rating
## 1 The Ricklantis Mixup 3 9.8
## 2 The Rickshank Rickdemption 3 9.6
## 3 Total Rickall 2 9.5
## 4 The Vat of Acid Episode 4 9.4
## 5 Rickmurai Jack 5 9.4
## 6 Close Rick-counters of the Rick Kind 1 9.3
## 7 The Ricks Must Be Crazy 2 9.3
## 8 The Wedding Squanchers 2 9.3
## 9 Pickle Rick 3 9.3
## 10 Star Mort Rickturn of the Jerri 4 9.1
## name season rating
## 1 Rickdependence Spray 5 5.7
## 2 Gotron Jerrysis Rickvangelion 5 6.4
## 3 Amortycan Grickfitti 5 7.0
## 4 Rick & Morty's Thanksploitation Spectacular 5 7.1
## 5 Claw and Hoarder: Special Ricktim's Morty 4 7.3
## 6 Interdimensional Cable 2: Tempting Fate 2 7.6
## 7 Childrick of Mort 4 7.7
## 8 A Rickconvenient Mort 5 7.8
## 9 Pilot 1 7.9
## 10 Raising Gazorpazorp 1 7.9